*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 2 May 2001 13:41:46 +0000 (13:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 2 May 2001 13:41:46 +0000 (13:41 +0000)
lisp/ChangeLog

index 878d4e341a1dacbaf6f8b7379b5b1c3cc3863299..63bdea31b7bfae6ef14415e4feb1ccb427fd073a 100644 (file)
@@ -1,11 +1,17 @@
+2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
+       rather than font-lock-string-face.
+       (sh-get-indent-info): Treat heredocs like strings.
+
 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
 
-       * textmodes/texinfmt.el (texinfo-format-parse-args): Don't
-       consume a newline following `}'.
+       * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
+       a newline following `}'.
        (texinfo-format-email): New function.
        (toplevel): Use texinfo-format-email for @email.
-       (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add
-       `display'.
+       (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
+       Add `display'.
        (texinfo-sort-region): Goto point-min before sorting.
        (texinfo-set): Remove leading white space from value.
        From yagi@is.titech.ac.jp.